/* home.css modified 5/28/07 */

body {
	background-image: url(../images/bg.gif); }
	
#right {
	background-image: url(../images/home/bg_right.gif); }
	
#wrapper {
	text-align: center;
	position: absolute;
	/*top: 50%; REMOVED FOR CONSTRUCTION*/
	top: 100px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	border: 0; }
	
#content {
	margin-left: -350px;
	position: absolute;
	/*top: -200px; REMOVED FOR CONSTRUCTION*/
	left: 50%;
	width: 696px !important;
	width /**/: 700px;
	height: 396px !important;
	height /**/: 400px;
	visibility: visible;
	border: 2px #fff solid; }
	
#left {
	float: left;
	border-right: 1px #f2efdd solid; }
	
#right {
	float: left;
	/*width: 355px;*/ }
	
#nav {
	position: absolute; }
	
#nav .web, #nav .logo, #nav .illustration, #nav .photography, #nav .me {
	position: absolute; }
	
#nav .web {
	top: 0;
	left: 235px; }
	
#nav .logo {
	top: 54px;
	left: 100px; }
	
#nav .illustration {
	top: 110px;
	left: 200px; }
	
#nav .photography {
	top: 166px;
	left: 0; }
	
#nav .me {
	top: 221px;
	left: 149px; }
	
.bottompic {
	margin-top:345px; }
